home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
lang_c
/
ctutor2
/
firstex.c
< prev
next >
Wrap
Text File
|
1986-01-25
|
128b
|
8 lines
main()
{
int index;
for (index = 0;index < 7;index++)
printf("First example program.\n");
}